Html Css Color HEX #233B5D Catalina Blue

📋 copy color: '#233B5D'

red 35 ◦ green 59 ◦ blue 93

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

Shades of Catalina Blue #233B5D

Tints of Catalina Blue #233B5D

RGB

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

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

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

R = 18.72%
G = 31.55%
B = 49.73%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#233B5D (or 0x233B5D) is known color: Catalina Blue. HEX triplet: 23, 3B and 5D. RGB value is (35,59,93). Sum of RGB (Red+Green+Blue) = 35+59+93=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #233B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B5D is #DCC4A2. Grayscale: #373737. Windows color (decimal): -14468259 or 6109987. OLE color: 6109987.

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

Color convert

RGB 35 59 93 -
CMYK 0.62 0.37 0 0.64
HSL 215.17º 0.45% 0.25% -
HSV(B) 215.17º 0.62% 0.36% -
XYZ 4.23 4.28 10.96 -
YUV 55.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 35 59 93 0.62 0.37 0 0.64 215.17 0.45 0.25
Hex 23 3B 5D 3E 25 0 40 D7 2D 19
Octal 43 73 135 76 45 0 100 327 55 31
Binary 100011 111011 1011101 111110 100101 0 1000000 11010111 101101 11001

Color Harmonies of #233B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233B5D

Black with #233B5D

Text Example


Text Example

White with #233B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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