Html Css Color HEX #252F74 Torea Bay

📋 copy color: '#252F74'

red 37 ◦ green 47 ◦ blue 116

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

Shades of Torea Bay #252F74

Tints of Torea Bay #252F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58%

R = 18.5%
G = 23.5%
B = 58%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252F74 (or 0x252F74) is known color: Torea Bay. HEX triplet: 25, 2F and 74. RGB value is (37,47,116). Sum of RGB (Red+Green+Blue) = 37+47+116=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #252F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F74 is #DAD08B. Grayscale: #333333. Windows color (decimal): -14340236 or 7614245. OLE color: 7614245.

HSL color Cylindrical-coordinate representation of color #252F74: hue angle of 232.41º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252F74 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 47 116 -
CMYK 0.68 0.59 0 0.55
HSL 232.41º 0.52% 0.3% -
HSV(B) 232.41º 0.68% 0.45% -
XYZ 4.93 3.69 16.97 -
YUV 51.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 37 47 116 0.68 0.59 0 0.55 232.41 0.52 0.3
Hex 25 2F 74 44 3B 0 37 E8 34 1E
Octal 45 57 164 104 73 0 67 350 64 36
Binary 100101 101111 1110100 1000100 111011 0 110111 11101000 110100 11110

Color Harmonies of #252F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F74

Black with #252F74

Text Example


Text Example

White with #252F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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