Html Css Color HEX #283F5A Catalina Blue

📋 copy color: '#283F5A'

red 40 ◦ green 63 ◦ blue 90

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

Shades of Catalina Blue #283F5A

Tints of Catalina Blue #283F5A

RGB

 RED value IS 40 (16.02% from 255) = 20.73%

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 20.73%
G = 32.64%
B = 46.63%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#283F5A (or 0x283F5A) is known color: Catalina Blue. HEX triplet: 28, 3F and 5A. RGB value is (40,63,90). Sum of RGB (Red+Green+Blue) = 40+63+90=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #283F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F5A is #D7C0A5. Grayscale: #3B3B3B. Windows color (decimal): -14139558 or 5914408. OLE color: 5914408.

HSL color Cylindrical-coordinate representation of color #283F5A: hue angle of 212.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #283F5A is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 63 90 -
CMYK 0.56 0.30 0 0.65
HSL 212.4º 0.38% 0.25% -
HSV(B) 212.4º 0.56% 0.35% -
XYZ 4.5 4.74 10.35 -
YUV 59.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 40 63 90 0.56 0.30 0 0.65 212.4 0.38 0.25
Hex 28 3F 5A 38 1E 0 41 D4 26 19
Octal 50 77 132 70 36 0 101 324 46 31
Binary 101000 111111 1011010 111000 11110 0 1000001 11010100 100110 11001

Color Harmonies of #283F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F5A

Black with #283F5A

Text Example


Text Example

White with #283F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283F5A; }

 p { color: rgb(40,63,90); }

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

background-color css

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

 a { background-color: rgb(40,63,90); }

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

border-color css

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

 span { border-color: rgb(40,63,90); }

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