Html Css Color HEX #23406E Catalina Blue

📋 copy color: '#23406E'

red 35 ◦ green 64 ◦ blue 110

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

Shades of Catalina Blue #23406E

Tints of Catalina Blue #23406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 16.75%
G = 30.62%
B = 52.63%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23406E (or 0x23406E) is known color: Catalina Blue. HEX triplet: 23, 40 and 6E. RGB value is (35,64,110). Sum of RGB (Red+Green+Blue) = 35+64+110=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #23406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23406E is #DCBF91. Grayscale: #3C3C3C. Windows color (decimal): -14466962 or 7225379. OLE color: 7225379.

HSL color Cylindrical-coordinate representation of color #23406E: hue angle of 216.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23406E is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 35 64 110 -
CMYK 0.68 0.42 0 0.57
HSL 216.8º 0.52% 0.28% -
HSV(B) 216.8º 0.68% 0.43% -
XYZ 5.34 5.15 15.46 -
YUV 60.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 35 64 110 0.68 0.42 0 0.57 216.8 0.52 0.28
Hex 23 40 6E 44 2A 0 39 D9 34 1C
Octal 43 100 156 104 52 0 71 331 64 34
Binary 100011 1000000 1101110 1000100 101010 0 111001 11011001 110100 11100

Color Harmonies of #23406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23406E

Black with #23406E

Text Example


Text Example

White with #23406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23406E; }

 p { color: rgb(35,64,110); }

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

background-color css

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

 a { background-color: rgb(35,64,110); }

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

border-color css

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

 span { border-color: rgb(35,64,110); }

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