Html Css Color HEX #233359 Catalina Blue

📋 copy color: '#233359'

red 35 ◦ green 51 ◦ blue 89

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

Shades of Catalina Blue #233359

Tints of Catalina Blue #233359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 20%
G = 29.14%
B = 50.86%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#233359 (or 0x233359) is known color: Catalina Blue. HEX triplet: 23, 33 and 59. RGB value is (35,51,89). Sum of RGB (Red+Green+Blue) = 35+51+89=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #233359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233359 is #DCCCA6. Grayscale: #323232. Windows color (decimal): -14470311 or 5845795. OLE color: 5845795.

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

Color convert

RGB 35 51 89 -
CMYK 0.61 0.43 0 0.65
HSL 222.22º 0.44% 0.24% -
HSV(B) 222.22º 0.61% 0.35% -
XYZ 3.68 3.45 9.92 -
YUV 50.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 35 51 89 0.61 0.43 0 0.65 222.22 0.44 0.24
Hex 23 33 59 3D 2B 0 41 DE 2C 18
Octal 43 63 131 75 53 0 101 336 54 30
Binary 100011 110011 1011001 111101 101011 0 1000001 11011110 101100 11000

Color Harmonies of #233359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233359

Black with #233359

Text Example


Text Example

White with #233359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233359; }

 p { color: rgb(35,51,89); }

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

background-color css

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

 a { background-color: rgb(35,51,89); }

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

border-color css

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

 span { border-color: rgb(35,51,89); }

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