Html Css Color HEX #23426D Catalina Blue

📋 copy color: '#23426D'

red 35 ◦ green 66 ◦ blue 109

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

Shades of Catalina Blue #23426D

Tints of Catalina Blue #23426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 16.67%
G = 31.43%
B = 51.9%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23426D (or 0x23426D) is known color: Catalina Blue. HEX triplet: 23, 42 and 6D. RGB value is (35,66,109). Sum of RGB (Red+Green+Blue) = 35+66+109=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #23426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23426D is #DCBD92. Grayscale: #3D3D3D. Windows color (decimal): -14466451 or 7160355. OLE color: 7160355.

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

Color convert

RGB 35 66 109 -
CMYK 0.68 0.39 0 0.57
HSL 214.86º 0.51% 0.28% -
HSV(B) 214.86º 0.68% 0.43% -
XYZ 5.4 5.36 15.22 -
YUV 61.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 35 66 109 0.68 0.39 0 0.57 214.86 0.51 0.28
Hex 23 42 6D 44 27 0 39 D7 33 1C
Octal 43 102 155 104 47 0 71 327 63 34
Binary 100011 1000010 1101101 1000100 100111 0 111001 11010111 110011 11100

Color Harmonies of #23426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23426D

Black with #23426D

Text Example


Text Example

White with #23426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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