Html Css Color HEX #23426E Catalina Blue

📋 copy color: '#23426E'

red 35 ◦ green 66 ◦ blue 110

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

Shades of Catalina Blue #23426E

Tints of Catalina Blue #23426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

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

R = 16.59%
G = 31.28%
B = 52.13%

CMYK

 C value IS 0.68

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23426E (or 0x23426E) is known color: Catalina Blue. HEX triplet: 23, 42 and 6E. RGB value is (35,66,110). Sum of RGB (Red+Green+Blue) = 35+66+110=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #23426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23426E is #DCBD91. Grayscale: #3D3D3D. Windows color (decimal): -14466450 or 7225891. OLE color: 7225891.

HSL color Cylindrical-coordinate representation of color #23426E: hue angle of 215.2º 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 #23426E is Cyan = 0.68, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 35 66 110 -
CMYK 0.68 0.4 0 0.57
HSL 215.2º 0.52% 0.28% -
HSV(B) 215.2º 0.68% 0.43% -
XYZ 5.46 5.38 15.5 -
YUV 61.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 35 66 110 0.68 0.4 0 0.57 215.2 0.52 0.28
Hex 23 42 6E 44 28 0 39 D7 34 1C
Octal 43 102 156 104 50 0 71 327 64 34
Binary 100011 1000010 1101110 1000100 101000 0 111001 11010111 110100 11100

Color Harmonies of #23426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23426E

Black with #23426E

Text Example


Text Example

White with #23426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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