Html Css Color HEX #234370 Catalina Blue

📋 copy color: '#234370'

red 35 ◦ green 67 ◦ blue 112

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

Shades of Catalina Blue #234370

Tints of Catalina Blue #234370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 16.36%
G = 31.31%
B = 52.34%

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

#234370 (or 0x234370) is known color: Catalina Blue. HEX triplet: 23, 43 and 70. RGB value is (35,67,112). Sum of RGB (Red+Green+Blue) = 35+67+112=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #234370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234370 is #DCBC8F. Grayscale: #3E3E3E. Windows color (decimal): -14466192 or 7357219. OLE color: 7357219.

HSL color Cylindrical-coordinate representation of color #234370: hue angle of 215.06º degrees, saturation: 0.52, 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 #234370 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 67 112 -
CMYK 0.69 0.40 0 0.56
HSL 215.06º 0.52% 0.29% -
HSV(B) 215.06º 0.69% 0.44% -
XYZ 5.62 5.54 16.1 -
YUV 62.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 35 67 112 0.69 0.40 0 0.56 215.06 0.52 0.29
Hex 23 43 70 45 28 0 38 D7 34 1D
Octal 43 103 160 105 50 0 70 327 64 35
Binary 100011 1000011 1110000 1000101 101000 0 111000 11010111 110100 11101

Color Harmonies of #234370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234370

Black with #234370

Text Example


Text Example

White with #234370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234370; }

 p { color: rgb(35,67,112); }

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

background-color css

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

 a { background-color: rgb(35,67,112); }

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

border-color css

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

 span { border-color: rgb(35,67,112); }

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