Html Css Color HEX #233962 Catalina Blue

📋 copy color: '#233962'

red 35 ◦ green 57 ◦ blue 98

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

Shades of Catalina Blue #233962

Tints of Catalina Blue #233962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 98 (38.67% from 255) = 51.58%

R = 18.42%
G = 30%
B = 51.58%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#233962 (or 0x233962) is known color: Catalina Blue. HEX triplet: 23, 39 and 62. RGB value is (35,57,98). Sum of RGB (Red+Green+Blue) = 35+57+98=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #233962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233962 is #DCC69D. Grayscale: #363636. Windows color (decimal): -14468766 or 6437155. OLE color: 6437155.

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

Color convert

RGB 35 57 98 -
CMYK 0.64 0.42 0 0.62
HSL 219.05º 0.47% 0.26% -
HSV(B) 219.05º 0.64% 0.38% -
XYZ 4.36 4.17 12.13 -
YUV 55.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 35 57 98 0.64 0.42 0 0.62 219.05 0.47 0.26
Hex 23 39 62 40 2A 0 3E DB 2F 1A
Octal 43 71 142 100 52 0 76 333 57 32
Binary 100011 111001 1100010 1000000 101010 0 111110 11011011 101111 11010

Color Harmonies of #233962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233962

Black with #233962

Text Example


Text Example

White with #233962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233962; }

 p { color: rgb(35,57,98); }

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

background-color css

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

 a { background-color: rgb(35,57,98); }

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

border-color css

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

 span { border-color: rgb(35,57,98); }

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