Html Css Color HEX #233A62 Catalina Blue

📋 copy color: '#233A62'

red 35 ◦ green 58 ◦ blue 98

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

Shades of Catalina Blue #233A62

Tints of Catalina Blue #233A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

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

R = 18.32%
G = 30.37%
B = 51.31%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#233A62 (or 0x233A62) is known color: Catalina Blue. HEX triplet: 23, 3A and 62. RGB value is (35,58,98). Sum of RGB (Red+Green+Blue) = 35+58+98=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #233A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A62 is #DCC59D. Grayscale: #373737. Windows color (decimal): -14468510 or 6437411. OLE color: 6437411.

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

Color convert

RGB 35 58 98 -
CMYK 0.64 0.41 0 0.62
HSL 218.1º 0.47% 0.26% -
HSV(B) 218.1º 0.64% 0.38% -
XYZ 4.41 4.27 12.15 -
YUV 55.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 35 58 98 0.64 0.41 0 0.62 218.1 0.47 0.26
Hex 23 3A 62 40 29 0 3E DA 2F 1A
Octal 43 72 142 100 51 0 76 332 57 32
Binary 100011 111010 1100010 1000000 101001 0 111110 11011010 101111 11010

Color Harmonies of #233A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233A62

Black with #233A62

Text Example


Text Example

White with #233A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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