Html Css Color HEX #23446D Catalina Blue

📋 copy color: '#23446D'

red 35 ◦ green 68 ◦ blue 109

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

Shades of Catalina Blue #23446D

Tints of Catalina Blue #23446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

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

R = 16.51%
G = 32.08%
B = 51.42%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23446D (or 0x23446D) is known color: Catalina Blue. HEX triplet: 23, 44 and 6D. RGB value is (35,68,109). Sum of RGB (Red+Green+Blue) = 35+68+109=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #23446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23446D is #DCBB92. Grayscale: #3E3E3E. Windows color (decimal): -14465939 or 7160867. OLE color: 7160867.

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

Color convert

RGB 35 68 109 -
CMYK 0.68 0.38 0 0.57
HSL 213.24º 0.51% 0.28% -
HSV(B) 213.24º 0.68% 0.43% -
XYZ 5.52 5.6 15.26 -
YUV 62.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 35 68 109 0.68 0.38 0 0.57 213.24 0.51 0.28
Hex 23 44 6D 44 26 0 39 D5 33 1C
Octal 43 104 155 104 46 0 71 325 63 34
Binary 100011 1000100 1101101 1000100 100110 0 111001 11010101 110011 11100

Color Harmonies of #23446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23446D

Black with #23446D

Text Example


Text Example

White with #23446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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