Html Css Color HEX #23365D Catalina Blue

📋 copy color: '#23365D'

red 35 ◦ green 54 ◦ blue 93

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

Shades of Catalina Blue #23365D

Tints of Catalina Blue #23365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.67%

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 19.23%
G = 29.67%
B = 51.1%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23365D (or 0x23365D) is known color: Catalina Blue. HEX triplet: 23, 36 and 5D. RGB value is (35,54,93). Sum of RGB (Red+Green+Blue) = 35+54+93=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #23365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23365D is #DCC9A2. Grayscale: #343434. Windows color (decimal): -14469539 or 6108707. OLE color: 6108707.

HSL color Cylindrical-coordinate representation of color #23365D: hue angle of 220.34º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23365D is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 54 93 -
CMYK 0.62 0.42 0 0.64
HSL 220.34º 0.45% 0.25% -
HSV(B) 220.34º 0.62% 0.36% -
XYZ 3.99 3.79 10.88 -
YUV 52.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 35 54 93 0.62 0.42 0 0.64 220.34 0.45 0.25
Hex 23 36 5D 3E 2A 0 40 DC 2D 19
Octal 43 66 135 76 52 0 100 334 55 31
Binary 100011 110110 1011101 111110 101010 0 1000000 11011100 101101 11001

Color Harmonies of #23365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23365D

Black with #23365D

Text Example


Text Example

White with #23365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,54,93); }

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

background-color css

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

 a { background-color: rgb(35,54,93); }

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

border-color css

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

 span { border-color: rgb(35,54,93); }

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