Html Css Color HEX #23406F Catalina Blue

📋 copy color: '#23406F'

red 35 ◦ green 64 ◦ blue 111

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

Shades of Catalina Blue #23406F

Tints of Catalina Blue #23406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 16.67%
G = 30.48%
B = 52.86%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23406F (or 0x23406F) is known color: Catalina Blue. HEX triplet: 23, 40 and 6F. RGB value is (35,64,111). Sum of RGB (Red+Green+Blue) = 35+64+111=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #23406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23406F is #DCBF90. Grayscale: #3C3C3C. Windows color (decimal): -14466961 or 7290915. OLE color: 7290915.

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

Color convert

RGB 35 64 111 -
CMYK 0.68 0.42 0 0.56
HSL 217.11º 0.52% 0.29% -
HSV(B) 217.11º 0.68% 0.44% -
XYZ 5.4 5.17 15.75 -
YUV 60.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 35 64 111 0.68 0.42 0 0.56 217.11 0.52 0.29
Hex 23 40 6F 44 2A 0 38 D9 34 1D
Octal 43 100 157 104 52 0 70 331 64 35
Binary 100011 1000000 1101111 1000100 101010 0 111000 11011001 110100 11101

Color Harmonies of #23406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23406F

Black with #23406F

Text Example


Text Example

White with #23406F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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