Html Css Color HEX #233553 Catalina Blue

📋 copy color: '#233553'

red 35 ◦ green 53 ◦ blue 83

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

Shades of Catalina Blue #233553

Tints of Catalina Blue #233553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 20.47%
G = 30.99%
B = 48.54%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#233553 (or 0x233553) is known color: Catalina Blue. HEX triplet: 23, 35 and 53. RGB value is (35,53,83). Sum of RGB (Red+Green+Blue) = 35+53+83=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #233553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233553 is #DCCAAC. Grayscale: #323232. Windows color (decimal): -14469805 or 5453091. OLE color: 5453091.

HSL color Cylindrical-coordinate representation of color #233553: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233553 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 53 83 -
CMYK 0.58 0.36 0 0.67
HSL 217.5º 0.41% 0.23% -
HSV(B) 217.5º 0.58% 0.33% -
XYZ 3.53 3.53 8.68 -
YUV 51.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 35 53 83 0.58 0.36 0 0.67 217.5 0.41 0.23
Hex 23 35 53 3A 24 0 43 DA 29 17
Octal 43 65 123 72 44 0 103 332 51 27
Binary 100011 110101 1010011 111010 100100 0 1000011 11011010 101001 10111

Color Harmonies of #233553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233553

Black with #233553

Text Example


Text Example

White with #233553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233553; }

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

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

background-color css

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

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

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

border-color css

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

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

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