Html Css Color HEX #438EBA Curious Blue

📋 copy color: '#438EBA'

red 67 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #438EBA

Tints of Curious Blue #438EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 16.96%
G = 35.95%
B = 47.09%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#438EBA (or 0x438EBA) is known color: Curious Blue. HEX triplet: 43, 8E and BA. RGB value is (67,142,186). Sum of RGB (Red+Green+Blue) = 67+142+186=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #438EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EBA is #BC7145. Grayscale: #7C7C7C. Windows color (decimal): -12349766 or 12226115. OLE color: 12226115.

HSL color Cylindrical-coordinate representation of color #438EBA: hue angle of 202.18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #438EBA is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 142 186 -
CMYK 0.64 0.24 0 0.27
HSL 202.18º 0.47% 0.5% -
HSV(B) 202.18º 0.64% 0.73% -
XYZ 20.85 24.08 50 -
YUV 124.59 162.65 86.92 -
System Red Green Blue C M Y K H S L
Decimal 67 142 186 0.64 0.24 0 0.27 202.18 0.47 0.5
Hex 43 8E BA 40 18 0 1B CA 2F 32
Octal 103 216 272 100 30 0 33 312 57 62
Binary 1000011 10001110 10111010 1000000 11000 0 11011 11001010 101111 110010

Color Harmonies of #438EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438EBA

Black with #438EBA

Text Example


Text Example

White with #438EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,142,186); }

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

background-color css

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

 a { background-color: rgb(67,142,186); }

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

border-color css

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

 span { border-color: rgb(67,142,186); }

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