Html Css Color HEX #233261 Catalina Blue

📋 copy color: '#233261'

red 35 ◦ green 50 ◦ blue 97

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

Shades of Catalina Blue #233261

Tints of Catalina Blue #233261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

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

R = 19.23%
G = 27.47%
B = 53.3%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#233261 (or 0x233261) is known color: Catalina Blue. HEX triplet: 23, 32 and 61. RGB value is (35,50,97). Sum of RGB (Red+Green+Blue) = 35+50+97=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #233261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233261 is #DCCD9E. Grayscale: #323232. Windows color (decimal): -14470559 or 6369827. OLE color: 6369827.

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

Color convert

RGB 35 50 97 -
CMYK 0.64 0.48 0 0.62
HSL 225.48º 0.47% 0.26% -
HSV(B) 225.48º 0.64% 0.38% -
XYZ 3.99 3.5 11.77 -
YUV 50.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 35 50 97 0.64 0.48 0 0.62 225.48 0.47 0.26
Hex 23 32 61 40 30 0 3E E1 2F 1A
Octal 43 62 141 100 60 0 76 341 57 32
Binary 100011 110010 1100001 1000000 110000 0 111110 11100001 101111 11010

Color Harmonies of #233261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233261

Black with #233261

Text Example


Text Example

White with #233261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233261; }

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

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

background-color css

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

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

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

border-color css

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

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

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