Html Css Color HEX #233A5B Catalina Blue

📋 copy color: '#233A5B'

red 35 ◦ green 58 ◦ blue 91

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

Shades of Catalina Blue #233A5B

Tints of Catalina Blue #233A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

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

R = 19.02%
G = 31.52%
B = 49.46%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#233A5B (or 0x233A5B) is known color: Catalina Blue. HEX triplet: 23, 3A and 5B. RGB value is (35,58,91). Sum of RGB (Red+Green+Blue) = 35+58+91=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #233A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A5B is #DCC5A4. Grayscale: #363636. Windows color (decimal): -14468517 or 5978659. OLE color: 5978659.

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

Color convert

RGB 35 58 91 -
CMYK 0.62 0.36 0 0.64
HSL 215.36º 0.44% 0.25% -
HSV(B) 215.36º 0.62% 0.36% -
XYZ 4.09 4.14 10.48 -
YUV 54.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 35 58 91 0.62 0.36 0 0.64 215.36 0.44 0.25
Hex 23 3A 5B 3E 24 0 40 D7 2C 19
Octal 43 72 133 76 44 0 100 327 54 31
Binary 100011 111010 1011011 111110 100100 0 1000000 11010111 101100 11001

Color Harmonies of #233A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233A5B

Black with #233A5B

Text Example


Text Example

White with #233A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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