Html Css Color HEX #204265 Regal Blue

📋 copy color: '#204265'

red 32 ◦ green 66 ◦ blue 101

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

Shades of Regal Blue #204265

Tints of Regal Blue #204265

RGB

 RED value IS 32 (12.89% from 255) = 16.08%

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 101 (39.84% from 255) = 50.75%

R = 16.08%
G = 33.17%
B = 50.75%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#204265 (or 0x204265) is known color: Regal Blue. HEX triplet: 20, 42 and 65. RGB value is (32,66,101). Sum of RGB (Red+Green+Blue) = 32+66+101=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #204265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204265 is #DFBD9A. Grayscale: #3B3B3B. Windows color (decimal): -14663067 or 6636064. OLE color: 6636064.

HSL color Cylindrical-coordinate representation of color #204265: hue angle of 210.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204265 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 66 101 -
CMYK 0.68 0.35 0 0.60
HSL 210.43º 0.52% 0.26% -
HSV(B) 210.43º 0.68% 0.4% -
XYZ 4.89 5.14 13.05 -
YUV 59.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 32 66 101 0.68 0.35 0 0.60 210.43 0.52 0.26
Hex 20 42 65 44 23 0 3C D2 34 1A
Octal 40 102 145 104 43 0 74 322 64 32
Binary 100000 1000010 1100101 1000100 100011 0 111100 11010010 110100 11010

Color Harmonies of #204265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204265

Black with #204265

Text Example


Text Example

White with #204265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204265; }

 p { color: rgb(32,66,101); }

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

background-color css

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

 a { background-color: rgb(32,66,101); }

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

border-color css

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

 span { border-color: rgb(32,66,101); }

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