Html Css Color HEX #233B5A Catalina Blue

📋 copy color: '#233B5A'

red 35 ◦ green 59 ◦ blue 90

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

Shades of Catalina Blue #233B5A

Tints of Catalina Blue #233B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.07%

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

R = 19.02%
G = 32.07%
B = 48.91%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#233B5A (or 0x233B5A) is known color: Catalina Blue. HEX triplet: 23, 3B and 5A. RGB value is (35,59,90). Sum of RGB (Red+Green+Blue) = 35+59+90=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #233B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B5A is #DCC4A5. Grayscale: #373737. Windows color (decimal): -14468262 or 5913379. OLE color: 5913379.

HSL color Cylindrical-coordinate representation of color #233B5A: hue angle of 213.82º 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 #233B5A is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 59 90 -
CMYK 0.61 0.34 0 0.65
HSL 213.82º 0.44% 0.25% -
HSV(B) 213.82º 0.61% 0.35% -
XYZ 4.1 4.22 10.27 -
YUV 55.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 35 59 90 0.61 0.34 0 0.65 213.82 0.44 0.25
Hex 23 3B 5A 3D 22 0 41 D6 2C 19
Octal 43 73 132 75 42 0 101 326 54 31
Binary 100011 111011 1011010 111101 100010 0 1000001 11010110 101100 11001

Color Harmonies of #233B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233B5A

Black with #233B5A

Text Example


Text Example

White with #233B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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