Html Css Color HEX #438BE0 Picton Blue

📋 copy color: '#438BE0'

red 67 ◦ green 139 ◦ blue 224

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

Shades of Picton Blue #438BE0

Tints of Picton Blue #438BE0

RGB

 RED value IS 67 (26.56% from 255) = 15.58%

 GREEN value IS 139 (54.69% from 255) = 32.33%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 15.58%
G = 32.33%
B = 52.09%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#438BE0 (or 0x438BE0) is known color: Picton Blue. HEX triplet: 43, 8B and E0. RGB value is (67,139,224). Sum of RGB (Red+Green+Blue) = 67+139+224=430 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.58% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #438BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BE0 is #BC741F. Grayscale: #7E7E7E. Windows color (decimal): -12350496 or 14715715. OLE color: 14715715.

HSL color Cylindrical-coordinate representation of color #438BE0: hue angle of 212.48º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438BE0 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 139 224 -
CMYK 0.70 0.38 0 0.12
HSL 212.48º 0.72% 0.57% -
HSV(B) 212.48º 0.7% 0.88% -
XYZ 25 25.04 74.04 -
YUV 127.16 182.65 85.09 -
System Red Green Blue C M Y K H S L
Decimal 67 139 224 0.70 0.38 0 0.12 212.48 0.72 0.57
Hex 43 8B E0 46 26 0 C D4 48 39
Octal 103 213 340 106 46 0 14 324 110 71
Binary 1000011 10001011 11100000 1000110 100110 0 1100 11010100 1001000 111001

Color Harmonies of #438BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438BE0

Black with #438BE0

Text Example


Text Example

White with #438BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438BE0; }

 p { color: rgb(67,139,224); }

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

background-color css

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

 a { background-color: rgb(67,139,224); }

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

border-color css

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

 span { border-color: rgb(67,139,224); }

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