Html Css Color HEX #233C61 Catalina Blue

📋 copy color: '#233C61'

red 35 ◦ green 60 ◦ blue 97

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

Shades of Catalina Blue #233C61

Tints of Catalina Blue #233C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.25%

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 18.23%
G = 31.25%
B = 50.52%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#233C61 (or 0x233C61) is known color: Catalina Blue. HEX triplet: 23, 3C and 61. RGB value is (35,60,97). Sum of RGB (Red+Green+Blue) = 35+60+97=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #233C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C61 is #DCC39E. Grayscale: #383838. Windows color (decimal): -14467999 or 6372387. OLE color: 6372387.

HSL color Cylindrical-coordinate representation of color #233C61: hue angle of 215.81º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233C61 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 60 97 -
CMYK 0.64 0.38 0 0.62
HSL 215.81º 0.47% 0.26% -
HSV(B) 215.81º 0.64% 0.38% -
XYZ 4.47 4.45 11.93 -
YUV 56.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 35 60 97 0.64 0.38 0 0.62 215.81 0.47 0.26
Hex 23 3C 61 40 26 0 3E D8 2F 1A
Octal 43 74 141 100 46 0 76 330 57 32
Binary 100011 111100 1100001 1000000 100110 0 111110 11011000 101111 11010

Color Harmonies of #233C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C61

Black with #233C61

Text Example


Text Example

White with #233C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,60,97); }

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

background-color css

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

 a { background-color: rgb(35,60,97); }

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

border-color css

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

 span { border-color: rgb(35,60,97); }

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