Html Css Color HEX #23365A Catalina Blue

📋 copy color: '#23365A'

red 35 ◦ green 54 ◦ blue 90

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

Shades of Catalina Blue #23365A

Tints of Catalina Blue #23365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.28%

R = 19.55%
G = 30.17%
B = 50.28%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23365A (or 0x23365A) is known color: Catalina Blue. HEX triplet: 23, 36 and 5A. RGB value is (35,54,90). Sum of RGB (Red+Green+Blue) = 35+54+90=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #23365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23365A is #DCC9A5. Grayscale: #343434. Windows color (decimal): -14469542 or 5912099. OLE color: 5912099.

HSL color Cylindrical-coordinate representation of color #23365A: hue angle of 219.27º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23365A is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 54 90 -
CMYK 0.61 0.40 0 0.65
HSL 219.27º 0.44% 0.25% -
HSV(B) 219.27º 0.61% 0.35% -
XYZ 3.86 3.73 10.19 -
YUV 52.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 35 54 90 0.61 0.40 0 0.65 219.27 0.44 0.25
Hex 23 36 5A 3D 28 0 41 DB 2C 19
Octal 43 66 132 75 50 0 101 333 54 31
Binary 100011 110110 1011010 111101 101000 0 1000001 11011011 101100 11001

Color Harmonies of #23365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23365A

Black with #23365A

Text Example


Text Example

White with #23365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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