Html Css Color HEX #234471 Catalina Blue

📋 copy color: '#234471'

red 35 ◦ green 68 ◦ blue 113

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

Shades of Catalina Blue #234471

Tints of Catalina Blue #234471

RGB

 RED value IS 35 (14.06% from 255) = 16.2%

 GREEN value IS 68 (26.95% from 255) = 31.48%

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 16.2%
G = 31.48%
B = 52.31%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234471 (or 0x234471) is known color: Catalina Blue. HEX triplet: 23, 44 and 71. RGB value is (35,68,113). Sum of RGB (Red+Green+Blue) = 35+68+113=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #234471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234471 is #DCBB8E. Grayscale: #3F3F3F. Windows color (decimal): -14465935 or 7423011. OLE color: 7423011.

HSL color Cylindrical-coordinate representation of color #234471: hue angle of 214.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234471 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 68 113 -
CMYK 0.69 0.40 0 0.56
HSL 214.62º 0.53% 0.29% -
HSV(B) 214.62º 0.69% 0.44% -
XYZ 5.74 5.68 16.42 -
YUV 63.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 35 68 113 0.69 0.40 0 0.56 214.62 0.53 0.29
Hex 23 44 71 45 28 0 38 D7 35 1D
Octal 43 104 161 105 50 0 70 327 65 35
Binary 100011 1000100 1110001 1000101 101000 0 111000 11010111 110101 11101

Color Harmonies of #234471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234471

Black with #234471

Text Example


Text Example

White with #234471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234471; }

 p { color: rgb(35,68,113); }

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

background-color css

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

 a { background-color: rgb(35,68,113); }

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

border-color css

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

 span { border-color: rgb(35,68,113); }

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