Html Css Color HEX #252F8C Torea Bay

📋 copy color: '#252F8C'

red 37 ◦ green 47 ◦ blue 140

#252F8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #252F8C

Tints of Torea Bay #252F8C

RGB

 RED value IS 37 (14.84% from 255) = 16.52%

 GREEN value IS 47 (18.75% from 255) = 20.98%

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 16.52%
G = 20.98%
B = 62.5%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#252F8C (or 0x252F8C) is known color: Torea Bay. HEX triplet: 25, 2F and 8C. RGB value is (37,47,140). Sum of RGB (Red+Green+Blue) = 37+47+140=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #252F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252F8C is #DAD073. Grayscale: #363636. Windows color (decimal): -14340212 or 9187109. OLE color: 9187109.

HSL color Cylindrical-coordinate representation of color #252F8C: hue angle of 234.17º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252F8C is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 47 140 -
CMYK 0.74 0.66 0 0.45
HSL 234.17º 0.58% 0.35% -
HSV(B) 234.17º 0.74% 0.55% -
XYZ 6.51 4.32 25.3 -
YUV 54.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 37 47 140 0.74 0.66 0 0.45 234.17 0.58 0.35
Hex 25 2F 8C 4A 42 0 2D EA 3A 23
Octal 45 57 214 112 102 0 55 352 72 43
Binary 100101 101111 10001100 1001010 1000010 0 101101 11101010 111010 100011

Color Harmonies of #252F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F8C

Black with #252F8C

Text Example


Text Example

White with #252F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252F8C; }

 p { color: rgb(37,47,140); }

 H1.HeaderClassName
 {
   color: #252F8C;
 }
 .AnyTagClassName
 {
   color: #252F8C;
 }
</style>

background-color css

<style>
 a { background-color: #252F8C; }

 a { background-color: rgb(37,47,140); }

 div.DivClassName
 {
   background-color: #252F8C;
 }
 .BgClassName
 {
   background-color: #252F8C;
 }
</style>

border-color css

<style>
 span { border-color: #252F8C; }

 span { border-color: rgb(37,47,140); }

 td.TdClassName
 {
   border-color: #252F8C;
 }
 .TagClassName
 {
   border-color: #252F8C;
 }
</style>