Html Css Color HEX #23355D Catalina Blue

📋 copy color: '#23355D'

red 35 ◦ green 53 ◦ blue 93

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

Shades of Catalina Blue #23355D

Tints of Catalina Blue #23355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.28%

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

R = 19.34%
G = 29.28%
B = 51.38%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23355D (or 0x23355D) is known color: Catalina Blue. HEX triplet: 23, 35 and 5D. RGB value is (35,53,93). Sum of RGB (Red+Green+Blue) = 35+53+93=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #23355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23355D is #DCCAA2. Grayscale: #343434. Windows color (decimal): -14469795 or 6108451. OLE color: 6108451.

HSL color Cylindrical-coordinate representation of color #23355D: hue angle of 221.38º 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 #23355D is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 53 93 -
CMYK 0.62 0.43 0 0.64
HSL 221.38º 0.45% 0.25% -
HSV(B) 221.38º 0.62% 0.36% -
XYZ 3.94 3.69 10.86 -
YUV 52.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 35 53 93 0.62 0.43 0 0.64 221.38 0.45 0.25
Hex 23 35 5D 3E 2B 0 40 DD 2D 19
Octal 43 65 135 76 53 0 100 335 55 31
Binary 100011 110101 1011101 111110 101011 0 1000000 11011101 101101 11001

Color Harmonies of #23355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23355D

Black with #23355D

Text Example


Text Example

White with #23355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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