Html Css Color HEX #234162 Catalina Blue

📋 copy color: '#234162'

red 35 ◦ green 65 ◦ blue 98

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

Shades of Catalina Blue #234162

Tints of Catalina Blue #234162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

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

R = 17.68%
G = 32.83%
B = 49.49%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#234162 (or 0x234162) is known color: Catalina Blue. HEX triplet: 23, 41 and 62. RGB value is (35,65,98). Sum of RGB (Red+Green+Blue) = 35+65+98=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #234162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234162 is #DCBE9D. Grayscale: #3B3B3B. Windows color (decimal): -14466718 or 6439203. OLE color: 6439203.

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

Color convert

RGB 35 65 98 -
CMYK 0.64 0.34 0 0.62
HSL 211.43º 0.47% 0.26% -
HSV(B) 211.43º 0.64% 0.38% -
XYZ 4.79 5.02 12.27 -
YUV 59.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 35 65 98 0.64 0.34 0 0.62 211.43 0.47 0.26
Hex 23 41 62 40 22 0 3E D3 2F 1A
Octal 43 101 142 100 42 0 76 323 57 32
Binary 100011 1000001 1100010 1000000 100010 0 111110 11010011 101111 11010

Color Harmonies of #234162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234162

Black with #234162

Text Example


Text Example

White with #234162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234162; }

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

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

background-color css

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

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

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

border-color css

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

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

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