Html Css Color HEX #23355B Catalina Blue

📋 copy color: '#23355B'

red 35 ◦ green 53 ◦ blue 91

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

Shades of Catalina Blue #23355B

Tints of Catalina Blue #23355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 19.55%
G = 29.61%
B = 50.84%

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

#23355B (or 0x23355B) is known color: Catalina Blue. HEX triplet: 23, 35 and 5B. RGB value is (35,53,91). Sum of RGB (Red+Green+Blue) = 35+53+91=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #23355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23355B is #DCCAA4. Grayscale: #333333. Windows color (decimal): -14469797 or 5977379. OLE color: 5977379.

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

Color convert

RGB 35 53 91 -
CMYK 0.62 0.42 0 0.64
HSL 220.71º 0.44% 0.25% -
HSV(B) 220.71º 0.62% 0.36% -
XYZ 3.85 3.66 10.4 -
YUV 51.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 35 53 91 0.62 0.42 0 0.64 220.71 0.44 0.25
Hex 23 35 5B 3E 2A 0 40 DD 2C 19
Octal 43 65 133 76 52 0 100 335 54 31
Binary 100011 110101 1011011 111110 101010 0 1000000 11011101 101100 11001

Color Harmonies of #23355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23355B

Black with #23355B

Text Example


Text Example

White with #23355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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