Html Css Color HEX #283B61 Catalina Blue

📋 copy color: '#283B61'

red 40 ◦ green 59 ◦ blue 97

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

Shades of Catalina Blue #283B61

Tints of Catalina Blue #283B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.1%

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 20.41%
G = 30.1%
B = 49.49%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283B61 (or 0x283B61) is known color: Catalina Blue. HEX triplet: 28, 3B and 61. RGB value is (40,59,97). Sum of RGB (Red+Green+Blue) = 40+59+97=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #283B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B61 is #D7C49E. Grayscale: #393939. Windows color (decimal): -14140575 or 6372136. OLE color: 6372136.

HSL color Cylindrical-coordinate representation of color #283B61: hue angle of 220º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283B61 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 59 97 -
CMYK 0.59 0.39 0 0.62
HSL 220º 0.42% 0.27% -
HSV(B) 220º 0.59% 0.38% -
XYZ 4.6 4.44 11.92 -
YUV 57.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 40 59 97 0.59 0.39 0 0.62 220 0.42 0.27
Hex 28 3B 61 3B 27 0 3E DC 2A 1B
Octal 50 73 141 73 47 0 76 334 52 33
Binary 101000 111011 1100001 111011 100111 0 111110 11011100 101010 11011

Color Harmonies of #283B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B61

Black with #283B61

Text Example


Text Example

White with #283B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,59,97); }

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

background-color css

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

 a { background-color: rgb(40,59,97); }

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

border-color css

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

 span { border-color: rgb(40,59,97); }

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