Html Css Color HEX #233462 Catalina Blue

📋 copy color: '#233462'

red 35 ◦ green 52 ◦ blue 98

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

Shades of Catalina Blue #233462

Tints of Catalina Blue #233462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 18.92%
G = 28.11%
B = 52.97%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#233462 (or 0x233462) is known color: Catalina Blue. HEX triplet: 23, 34 and 62. RGB value is (35,52,98). Sum of RGB (Red+Green+Blue) = 35+52+98=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #233462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233462 is #DCCB9D. Grayscale: #333333. Windows color (decimal): -14470046 or 6435875. OLE color: 6435875.

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

Color convert

RGB 35 52 98 -
CMYK 0.64 0.47 0 0.62
HSL 223.81º 0.47% 0.26% -
HSV(B) 223.81º 0.64% 0.38% -
XYZ 4.13 3.7 12.05 -
YUV 52.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 35 52 98 0.64 0.47 0 0.62 223.81 0.47 0.26
Hex 23 34 62 40 2F 0 3E E0 2F 1A
Octal 43 64 142 100 57 0 76 340 57 32
Binary 100011 110100 1100010 1000000 101111 0 111110 11100000 101111 11010

Color Harmonies of #233462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233462

Black with #233462

Text Example


Text Example

White with #233462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233462; }

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

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

background-color css

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

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

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

border-color css

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

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

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